crypto/tls.Conn.handleNewSessionTicket (method)

2 uses

	crypto/tls (current package)
		conn.go#L1316: 		return c.handleNewSessionTicket(msg)
		handshake_client_tls13.go#L863: func (c *Conn) handleNewSessionTicket(msg *newSessionTicketMsgTLS13) error {